diff options
author | EuAndreh <eu@euandre.org> | 2024-12-10 11:14:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-12-10 11:14:54 -0300 |
commit | e4cb98c21f14f8b1f6d36fde56cb6c5c49b0db88 (patch) | |
tree | 3bd5592fa69d363c895135df80472ffc58a65d23 /driver/parser/semantic_action_test.go | |
parent | cmd/: Simplify flag usage (diff) | |
download | urubu-e4cb98c21f14f8b1f6d36fde56cb6c5c49b0db88.tar.gz urubu-e4cb98c21f14f8b1f6d36fde56cb6c5c49b0db88.tar.xz |
Start building test files
Diffstat (limited to 'driver/parser/semantic_action_test.go')
-rw-r--r-- | driver/parser/semantic_action_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/parser/semantic_action_test.go b/driver/parser/semantic_action_test.go index c98a12f..8c224e2 100644 --- a/driver/parser/semantic_action_test.go +++ b/driver/parser/semantic_action_test.go @@ -5,9 +5,9 @@ import ( "strings" "testing" - "github.com/nihei9/vartan/grammar" - spec "github.com/nihei9/vartan/spec/grammar" - "github.com/nihei9/vartan/spec/grammar/parser" + "grammar" + spec "spec/grammar" + "spec/grammar/parser" ) type testSemAct struct { |