projects
/
satune.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78a5ee1
)
Fixing the test case's bug
author
Hamed
<hamed.gorjiara@gmail.com>
Fri, 14 Jul 2017 19:06:09 +0000
(12:06 -0700)
committer
Hamed
<hamed.gorjiara@gmail.com>
Fri, 14 Jul 2017 19:06:09 +0000
(12:06 -0700)
src/Test/funcencoding.c
patch
|
blob
|
history
diff --git
a/src/Test/funcencoding.c
b/src/Test/funcencoding.c
index 779eee7b3ebc80aa1f886a0478fc10e56049707a..40567d91386013b161a707e33578e5ce74632633 100644
(file)
--- a/
src/Test/funcencoding.c
+++ b/
src/Test/funcencoding.c
@@
-33,7
+33,7
@@
int main(int numargs, char ** argv) {
Element *in2[]={e1};
Table* t2 = createTable(solver, d2, 1, s1);
uint64_t row3[] = {6};
- addTableEntry(solver, t
1
, row3, 1, 6);
+ addTableEntry(solver, t
2
, row3, 1, 6);
Function * f3 = completeTable(solver, t2);
Element * e5 = applyFunction(solver, f3, in2, 1, overflow);