Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriella Gonzalez <gabriella@mercury.com>
  • Loading branch information
9999years and Gabriella439 authored Sep 1, 2023
1 parent fa4b058 commit 1da93ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test-harness/src/internal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ thread_local! {
pub(crate) static TEMPDIR: RefCell<Option<PathBuf>> = RefCell::new(None);

/// The GHC version to use for this test. This should be a string like `ghc962`.
/// This is used to open a corresponding (e.g.) `nix develop .#ghc962` shell to run `ghcid-ng`
/// in.
/// This is used to select the correct GHC version to run.
pub(crate) static GHC_VERSION: RefCell<String> = RefCell::new(String::new());

/// The GHC process for this test.
Expand Down

0 comments on commit 1da93ce

Please sign in to comment.