diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2015-08-21 17:00:41 -0700 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@google.com> | 2015-08-25 13:16:59 -0700 |
| commit | fa583271f167c202381f919e3a3947610cb0ce88 (patch) | |
| tree | d6c655eacfa2ee867ff5a817709c319def877aec /runtest.rb | |
| parent | 1d92d8a4f25e2f39a111410cdfbf1982d88f58e6 (diff) | |
Remove hardcoded skip in runtest.rb
The eval_assign test passes with ckati.
Change-Id: I07bb546cbaa777debf9d8b1a82484dd14ae523ed
Diffstat (limited to 'runtest.rb')
| -rwxr-xr-x | runtest.rb | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |
