From 89a60e620e4cef719ea143890b083081d4afb720 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 24 Aug 2022 20:20:55 -0400 Subject: [PATCH] Altered objt section test case to not be alphabetically organized --- parser/objt_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/parser/objt_test.go b/parser/objt_test.go index 16a5439..4490f38 100644 --- a/parser/objt_test.go +++ b/parser/objt_test.go @@ -13,17 +13,17 @@ objt ro BitFields:Obj ro that:Int & 1 ro this:Int & 24 298 objt ro ComplexInit:Obj - ro basic:Int 87 + ro whatever:{Int 3} + 230984 + 849 + 394580 ro complex0:Bird .that 98 .this 2 ro complex1:Bird .that 98902 .this 235 - ro whatever:{Int 3} - 230984 - 849 - 394580 + ro basic:Int 87 objt ro Init:Obj ro that:String "hello world" ro this:Int 23