瀏覽代碼

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 }


Loading…
取消
儲存