Skip to content

Commit e2602d3

Browse files
authored
Fix a compilation problem - type PeekPokeTester not found (freechipsproject#144)
1 parent 5b7332e commit e2602d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

2.3_control_flow.ipynb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -456,10 +456,6 @@
456456
" io.fOfX := result \n",
457457
"}\n",
458458
"\n",
459-
"// verify that the computation is correct\n",
460-
"class PolynomialTester(c: Polynomial) extends PeekPokeTester(c) {\n",
461-
"}\n",
462-
"\n",
463459
"// Test Polynomial\n",
464460
"test(new Polynomial) { c =>\n",
465461
" for(x <- 0 to 20) {\n",

0 commit comments

Comments
 (0)