Skip to content

Commit 6f638a0

Browse files
committed
enable-ascii-size-test
1 parent 85fc5e3 commit 6f638a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/onefetch/language.rs

-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ macro_rules! define_languages {
7676
$(
7777
paste! {
7878
#[test]
79-
#[ignore]
8079
fn [<$name:lower _width>] () {
8180
const ASCII: &str = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/resources/", $ascii));
8281

@@ -89,7 +88,6 @@ macro_rules! define_languages {
8988
}
9089

9190
#[test]
92-
#[ignore]
9391
fn [<$name:lower _height>] () {
9492
const ASCII: &str = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/resources/", $ascii));
9593
assert_le!(ASCII.lines().count(), MAX_HEIGHT, concat!($ascii, " is too tall."));

0 commit comments

Comments
 (0)