Skip to content

Commit 5e19611

Browse files
committed
Enhance test case.
1 parent 0bca179 commit 5e19611

File tree

1 file changed

+1
-1
lines changed
  • com.ibm.wala.cast.python.test/data

1 file changed

+1
-1
lines changed

com.ibm.wala.cast.python.test/data/tf2n3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def func2(t):
6-
pass
6+
assert isinstance(t, tf.Tensor)
77

88

99
@tf.function

0 commit comments

Comments
 (0)