-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ike709
committed
Dec 29, 2024
1 parent
7aff19a
commit 42a93b2
Showing
8 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
Content.Tests/DMProject/Broken Tests/Tree/Const/Div_Zero/div_zero1.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// COMPILE ERROR | ||
// COMPILE ERROR OD0011 | ||
|
||
var/a = 1 / 0 | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Content.Tests/DMProject/Broken Tests/Tree/Const/Div_Zero/div_zero3.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// COMPILE ERROR | ||
// COMPILE ERROR OD0011 | ||
|
||
var/static/a = 1 / 0 | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Content.Tests/DMProject/Broken Tests/Tree/Const/Div_Zero/div_zero6.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// COMPILE ERROR | ||
// COMPILE ERROR OD0011 | ||
|
||
var/const/a = 0 | ||
var/b = 1 / a | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...en Tests/Tree/Const/Div_Zero/div_zero4.dm → ...ct/Tests/Tree/Const/Div_Zero/div_zero4.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// COMPILE ERROR | ||
// COMPILE ERROR OD0011 | ||
|
||
/proc/one() | ||
return 1 | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters