浏览代码

Typo fix.

master
Ben Kurtovic 8 年前
父节点
当前提交
b40bae5728
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      lib/kgrader/submission.rb

+ 1
- 1
lib/kgrader/submission.rb 查看文件

@@ -194,7 +194,7 @@ module KGrader
end

def run_test(test)
return if test[:score] == text[:max] # Can't superscore the max score
return if test[:score] == test[:max] # Can't superscore the max score

test[:depends].each do |depname|
dep = @tests.find { |t| t[:name] == depname }


正在加载...
取消
保存