Navigation Menu

Skip to content

Commit

Permalink
update core ops count in test
Browse files Browse the repository at this point in the history
  • Loading branch information
plobsing committed Jan 23, 2011
1 parent 26aa06e commit de77515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/compilers/opsc/06-opsfile.t
Expand Up @@ -15,13 +15,13 @@ my @files := <
my $f := Ops::File.new(:oplib($oplib), |@files, :core(1));

my @ops := $f.ops;
# 83 core
# 82 core
# 116 math
# We can generate more than 1 Ops::Op per op due args expansion.
say( "# Parsed " ~ +@ops);
# There is more than 200 ops in this 2 files.
# Feel free to update number if you change them.
ok(+@ops == 265, "Ops parsed correctly");
ok(+@ops == 264, "Ops parsed correctly");
say('# ' ~ +@ops);

my $op := @ops[0];
Expand Down

0 comments on commit de77515

Please sign in to comment.