Skip to content

Commit

Permalink
Silly fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KabirSamsi committed Oct 29, 2024
1 parent 6eec7f3 commit 36a745e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rio/tests/parsing.ml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ let error_tests =
"progs/incorrect/duplicate_samepol.sched" (Policy.DuplicateClass "A");
make_error_test "fifo for multiple classes without union"
"progs/incorrect/set_multiple.sched"
(Parser.ParserError "Syntax error at line 3, character 17");
(Parser.ParserError "Syntax error at line 4, character 17");
make_error_test "rr for classes without fifo'ing first"
"progs/incorrect/set_hierarchical.sched"
(Parser.ParserError "Syntax error at line 3, character 14");
Expand Down

0 comments on commit 36a745e

Please sign in to comment.