Skip to content

Commit

Permalink
[tests] update misc tests for diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Nov 29, 2023
1 parent 48d7417 commit 8f0a75b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/misc/projects/Issue11020/compile.hxml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-cp src
-main Main
--interp
--display "Main.hx@0@diagnostics"
--display '{"jsonrpc":"2.0","id":0,"method":"display/diagnostics","params":{"file":"Main.hx"}}'
2 changes: 1 addition & 1 deletion tests/misc/projects/Issue6794/compile.hxml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--main Main
--display "Main.hx@0@diagnostics"
--display '{"jsonrpc":"2.0","id":0,"method":"display/diagnostics","params":{"file":"Main.hx"}}'
2 changes: 1 addition & 1 deletion tests/misc/projects/Issue9676/compile1D.hxml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--main MainField
--display "MainField.hx@0@diagnostics"
--display '{"jsonrpc":"2.0","id":0,"method":"display/diagnostics","params":{"file":"MainField.hx"}}'
2 changes: 1 addition & 1 deletion tests/misc/projects/Issue9676/compile2D.hxml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--main MainExpr
--display "MainExpr.hx@0@diagnostics"
--display '{"jsonrpc":"2.0","id":0,"method":"display/diagnostics","params":{"file":"MainExpr.hx"}}'
2 changes: 1 addition & 1 deletion tests/misc/projects/Issue9676/compile3D.hxml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--main MainMacro
--display "MainMacro.hx@0@diagnostics"
--display '{"jsonrpc":"2.0","id":0,"method":"display/diagnostics","params":{"file":"MainMacro.hx"}}'

0 comments on commit 8f0a75b

Please sign in to comment.