Skip to content

Commit

Permalink
tmp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Nov 3, 2023
1 parent 06592d8 commit a0343ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bin/parser-test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fn main() {
tests_failed: Vec::new(),
};

let filenames = Some(&["template.dat"][..]);
let filenames = Some(&["math.dat"][..]);
let fixtures = read_fixtures(filenames).expect("fixtures");

for fixture_file in fixtures {
Expand All @@ -46,9 +46,9 @@ fn main() {

let mut test_idx = 1;
for test in fixture_file.tests {
// if test_idx == 1 {
if test_idx == 2 {
run_test(test_idx, test, &mut results);
// }
}
test_idx += 1;
}

Expand Down

0 comments on commit a0343ab

Please sign in to comment.