Skip to content

Commit 16ebe64

Browse files
author
Drew O'Meara
committed
golden test output no longer platform specific
1 parent 4a49a6d commit 16ebe64

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

examples/embedding/lib/mylib.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
import mylib_go as _go
22

33
PY_VERSION = _go.PY_VERSION
4-
GO_VERSION = _go.GO_VERSION
54

65

76
print('''
87
==========================================================
98
%s
10-
%s
119
==========================================================
12-
''' % (PY_VERSION, GO_VERSION))
10+
''' % (PY_VERSION))
1311

1412

1513
def Stop(location, num_nights = 2):

examples/embedding/testdata/embedding_out_golden.txt

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Welcome to a gpython embedded example,
44

55
==========================================================
66
Python 3.4 (github.com/go-python/gpython)
7-
go1.17.6 on darwin amd64
87
==========================================================
98

109
Spring Break itinerary:

0 commit comments

Comments
 (0)