ソースを参照

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 }


読み込み中…
キャンセル
保存