Skip to content

Commit

Permalink
Fix go:generate line
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Jul 12, 2024
1 parent 58bbe90 commit 8e8d743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/test_gen/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate go run main.go -go -out ../../internal/examples/semantics/generated_test.go ../../internal/examples/semantics
//go:generate go run main.go -go -out ../../testdata/examples/semantics/generated_test.go ../../testdata/examples/semantics
package main

import (
Expand Down

0 comments on commit 8e8d743

Please sign in to comment.