aboutsummaryrefslogtreecommitdiff
path: root/runtest.rb
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-08-21 17:00:41 -0700
committerDan Willemsen <dwillemsen@google.com>2015-08-25 13:16:59 -0700
commitfa583271f167c202381f919e3a3947610cb0ce88 (patch)
treed6c655eacfa2ee867ff5a817709c319def877aec /runtest.rb
parent1d92d8a4f25e2f39a111410cdfbf1982d88f58e6 (diff)
Remove hardcoded skip in runtest.rb
The eval_assign test passes with ckati. Change-Id: I07bb546cbaa777debf9d8b1a82484dd14ae523ed
Diffstat (limited to 'runtest.rb')
-rwxr-xr-xruntest.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtest.rb b/runtest.rb
index 60a7e84..b4e98a5 100755
--- a/runtest.rb
+++ b/runtest.rb
@@ -170,11 +170,6 @@ run_make_test = proc do |mk|
end
run_in_testdir(mk) do |name|
- # TODO: Fix
- if name =~ /eval_assign/ && ckati
- next
- end
-
File.open("Makefile", 'w') do |ofile|
ofile.print(c)
end