Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Wrong NETSTANDARD/NETCOREAPP define constant change.
  • Loading branch information
dse committed Sep 6, 2017
commit afaca1bb1ebb5e3f52779830f4db37d3656ec9bc
2 changes: 1 addition & 1 deletion src/embed_tests/pyimport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void SetUp()
/* Append the tests directory to sys.path
* using reflection to circumvent the private
* modifiers placed on most Runtime methods. */
#if NETSTANDARD
#if NETCOREAPP
const string s = "../../fixtures";
#else
const string s = "../fixtures";
Expand Down