Skip to content

Commit 5a52000

Browse files
author
Guido van Rossum
committed
Add final newline to test file
1 parent e6fab44 commit 5a52000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/pythoneval-enum.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@ _program.py:13: error: IntEnum() needs at least one item
219219
_program.py:14: error: Enum() with tuple or list expects strings or (name, value) pairs
220220
_program.py:15: error: Enum() with tuple or list expects strings or (name, value) pairs
221221
_program.py:16: error: IntEnum() with tuple or list expects strings or (name, value) pairs
222-
_program.py:17: error: Enum() with dict literal requires string literals
222+
_program.py:17: error: Enum() with dict literal requires string literals

0 commit comments

Comments
 (0)