Correct dependencies of prop_test (#9455)

This commit is contained in:
Maximilian Downey Twiss
2024-03-09 13:22:57 +11:00
committed by GitHub
parent ad64162e99
commit f675bcffef

View File

@@ -1,9 +1,9 @@
#!/usr/bin/env ruby
# Add >LOCAL< lib to LOAD_PATH
# Add >LOCAL< lib to LOAD_PATH so that packages can be loaded
$LOAD_PATH.unshift '../lib'
require 'find'
require 'fileutils'
require_relative '../lib/const'
require_relative '../lib/color'
require_relative '../lib/package'