projects
/
jpf-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4975b6
)
Fix issue #186: package name (thanks to Marvinmw for the report).
author
Cyrille Artho
<artho@kth.se>
Fri, 3 May 2019 12:19:36 +0000
(14:19 +0200)
committer
Cyrille Artho
<artho@kth.se>
Fri, 3 May 2019 12:19:36 +0000
(14:19 +0200)
modified: src/tests/gov/nasa/jpf/test/basic/ConsolePublisherTest.java
src/tests/gov/nasa/jpf/test/basic/ConsolePublisherTest.java
patch
|
blob
|
history
diff --git
a/src/tests/gov/nasa/jpf/test/basic/ConsolePublisherTest.java
b/src/tests/gov/nasa/jpf/test/basic/ConsolePublisherTest.java
index 30346f344ef474958b917f147c618d98deb13633..4104c42e7bcbea26f968cc7d5a7612af10cf4c94 100644
(file)
--- a/
src/tests/gov/nasa/jpf/test/basic/ConsolePublisherTest.java
+++ b/
src/tests/gov/nasa/jpf/test/basic/ConsolePublisherTest.java
@@
-1,4
+1,4
@@
-package gov.nasa.jpf.
report
;
+package gov.nasa.jpf.
test.basic
;
import gov.nasa.jpf.util.test.TestJPF;