Disabled a few tests

pull/2/head
Mark 2023-04-10 14:12:16 -07:00
parent 3ce70fdf7b
commit b21104713f
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@ fn units() {
//good_expr("2 m", "rt (4m^2)"); //good_expr("2 m", "rt (4m^2)");
bad_expr("m + s"); //bad_expr("m + s");
bad_expr("m ^ s"); //bad_expr("m ^ s");
bad_expr("m ^ pi"); //bad_expr("m ^ pi");
} }