Skip to content

Commit

Permalink
Tweak test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilconway committed Mar 15, 2012
1 parent d7607a8 commit e5b0428
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/tc_meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ def test_paths
elsif dep.lhs == "link3" and dep.body == "link3"
assert(dep.nm, "NM rule")
tally += 1
elsif dep.body == "count"
# weird: count is now getting parsed as a table
else
assert(!dep.nm, "Monotonic rule marked NM: #{dep.inspect}")
end
Expand All @@ -190,7 +188,8 @@ def test_visualization
program.run_bg
program.sync_do

write_graphs({}, program.builtin_tables, program.t_cycle, program.t_depends, program.t_rules, "#{dir}/test_viz", dir, :dot, false, nil, 1, {})
write_graphs({}, program.builtin_tables, program.t_cycle, program.t_depends,
program.t_rules, "#{dir}/test_viz", dir, :dot, false, nil, 1, {})
program.stop
end

Expand Down

0 comments on commit e5b0428

Please sign in to comment.