Skip to content

Commit f3a3c80

Browse files
committed
Changing linsense position
1 parent 1b703d7 commit f3a3c80

File tree

1 file changed

+5
-5
lines changed
  • graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/basic

1 file changed

+5
-5
lines changed

graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/basic/ComplexTexts.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
package com.oracle.graal.python.test.basic;
2-
3-
import static com.oracle.graal.python.test.PythonTests.assertPrints;
4-
import org.junit.Test;
5-
61
/*
72
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
83
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -44,6 +39,11 @@
4439
* SOFTWARE.
4540
*/
4641

42+
package com.oracle.graal.python.test.basic;
43+
44+
import static com.oracle.graal.python.test.PythonTests.assertPrints;
45+
import org.junit.Test;
46+
4747
public class ComplexTexts {
4848
@Test
4949
public void negativeZero() {

0 commit comments

Comments
 (0)