File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ lazy val root = (project in file("."))
8
8
name := " Eso" ,
9
9
logBuffered in Test := false ,
10
10
parallelExecution in Test := false ,
11
+ assemblyJarName in assembly := " Eso.jar" ,
11
12
scalacOptions ++= Seq (" -deprecation" , " -feature" ),
12
13
testOptions in Test += Tests .Argument (TestFrameworks .ScalaTest , " -oF" ),
13
14
resolvers ++= Seq (
Original file line number Diff line number Diff line change @@ -79,10 +79,10 @@ y claims all of the following:
79
79
That the offset of the IP was ( 0 0 )
80
80
That the least point containing a non-space cell is ( -3 -2 )
81
81
That the greatest point, relative to that point, is ( 183 911 )
82
- That the day of the month is 17
82
+ That the day of the month is 19
83
83
That the month is 2
84
84
That the year is 2020
85
- That the time is 09 : 03 : 27
85
+ That the time is 00 : 14 : 09
86
86
That the size of the stack stack is 1
87
87
That the stack sizes are [ 0 ] from top to bottom
88
88
That the command-line arguments were: [ null ]
@@ -148,8 +148,8 @@ GOOD: all of A-Z reflected
148
148
Testing fingerprint HRTI... loaded.
149
149
UNDEF: G gives clock granularity as 1000 microseconds
150
150
GOOD: T reflected when called before M
151
- UNDEF: S pushed 970000
152
- UNDEF: T after M pushed 1000 and a second T, after 675 ys, pushed 11744000
151
+ UNDEF: S pushed 978000
152
+ UNDEF: T after M pushed 1000 and a second T, after 675 ys, pushed 10080000
153
153
GOOD: ET reflected
154
154
155
155
Testing fingerprint MODE... not loaded.
You can’t perform that action at this time.
0 commit comments